3.2805 \(\int \frac{1}{\sqrt{-(2+3 x)^2}} \, dx\)

Optimal. Leaf size=28 \[ \frac{(3 x+2) \log (3 x+2)}{3 \sqrt{-(3 x+2)^2}} \]

[Out]

((2 + 3*x)*Log[2 + 3*x])/(3*Sqrt[-(2 + 3*x)^2])

_______________________________________________________________________________________

Rubi [A]  time = 0.0206008, antiderivative size = 28, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.231 \[ \frac{(3 x+2) \log (3 x+2)}{3 \sqrt{-(3 x+2)^2}} \]

Antiderivative was successfully verified.

[In]  Int[1/Sqrt[-(2 + 3*x)^2],x]

[Out]

((2 + 3*x)*Log[2 + 3*x])/(3*Sqrt[-(2 + 3*x)^2])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 1.86288, size = 27, normalized size = 0.96 \[ \frac{\left (9 x + 6\right ) \log{\left (3 x + 2 \right )}}{9 \sqrt{- 9 x^{2} - 12 x - 4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(1/(-(2+3*x)**2)**(1/2),x)

[Out]

(9*x + 6)*log(3*x + 2)/(9*sqrt(-9*x**2 - 12*x - 4))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0106782, size = 28, normalized size = 1. \[ \frac{(3 x+2) \log (3 x+2)}{3 \sqrt{-(3 x+2)^2}} \]

Antiderivative was successfully verified.

[In]  Integrate[1/Sqrt[-(2 + 3*x)^2],x]

[Out]

((2 + 3*x)*Log[2 + 3*x])/(3*Sqrt[-(2 + 3*x)^2])

_______________________________________________________________________________________

Maple [A]  time = 0.009, size = 25, normalized size = 0.9 \[{\frac{ \left ( 2+3\,x \right ) \ln \left ( 2+3\,x \right ) }{3}{\frac{1}{\sqrt{- \left ( 2+3\,x \right ) ^{2}}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(1/(-(2+3*x)^2)^(1/2),x)

[Out]

1/3*(2+3*x)*ln(2+3*x)/(-(2+3*x)^2)^(1/2)

_______________________________________________________________________________________

Maxima [A]  time = 7.13664, size = 8, normalized size = 0.29 \[ \frac{1}{3} i \, \log \left (x + \frac{2}{3}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/sqrt(-(3*x + 2)^2),x, algorithm="maxima")

[Out]

1/3*I*log(x + 2/3)

_______________________________________________________________________________________

Fricas [A]  time = 0.208803, size = 8, normalized size = 0.29 \[ -\frac{1}{3} i \, \log \left (x + \frac{2}{3}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/sqrt(-(3*x + 2)^2),x, algorithm="fricas")

[Out]

-1/3*I*log(x + 2/3)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{1}{\sqrt{- \left (3 x + 2\right )^{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/(-(2+3*x)**2)**(1/2),x)

[Out]

Integral(1/sqrt(-(3*x + 2)**2), x)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.219437, size = 31, normalized size = 1.11 \[ \frac{i \,{\rm ln}\left ({\left (-3 i \, x - 2 i\right )}{\rm sign}\left (-3 \, x - 2\right )\right )}{3 \,{\rm sign}\left (-3 \, x - 2\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/sqrt(-(3*x + 2)^2),x, algorithm="giac")

[Out]

1/3*I*ln((-3*I*x - 2*I)*sign(-3*x - 2))/sign(-3*x - 2)